home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 52 / Amiga Format AFCD52 (Issue 136, May 2000).iso / -serious- / programming / other / littelcomp / littelcomp.readme next >
Text File  |  2000-02-28  |  2KB  |  89 lines

  1. Short:    LITTEL development R5
  2. Author:   leif_salomonsson@swipnet.se
  3. Uploader: leif_salomonsson@swipnet.se
  4. Version:  0.17b
  5. Type:     dev/lang
  6. Requires: PhxAss 4 (dev/asm/PhxAss439.lha), PhxLnk 4 (dev/asm/) OS 2.x
  7.  
  8.           (you dont have to know how ^ works :) just install em)
  9.  
  10.           Additionally it could be useful with some:
  11.           Linklibs, includes etc.
  12.           Experience in programming with linklibs, shared libs..
  13.           68010 +
  14.  
  15.   ·········································· °
  16.         _ ° ___ ______ _____°____ _
  17.     ° ° ||  |__||__  _|_   _|| __||| °   ° °
  18.      °  || ° __°  | |   | |  | __ || °   °
  19.        °||__ | |° | | ° | | °| __ ||__ °
  20.       ° |___||_|° |_|° °|_|° |___||___|° °
  21.       ° ° ° ° ° ° ° ° ° ° ° ° ° ° ° ° ° ° °
  22.   ··········································
  23.  
  24.       What are you waiting for ? Its FREE!
  25.  
  26. since 0.16b :
  27.  
  28.  LIBRARY mode fully implemented. (except for OWN Globals)
  29.  
  30.  More Documentation.
  31.  
  32.  Bugs Fixed.
  33.  
  34.  Sourcecode for compiler in E included!
  35.  
  36.  MacroFunctions!
  37.  
  38.  Alot small stuff.
  39.  
  40. since 0.15b :
  41.  
  42.  Alot internal sniffsnuff!
  43.  
  44.  Bugs fixed.
  45.  
  46.  New Instructions and keywords. And some removed.
  47.  
  48.  Removed enforcer hits.
  49.  
  50.  LITTEL can now create Shared Libraries !!
  51.  
  52.  Alot has changed ..again! but for the better i hope!
  53.  
  54. since 0.13b :
  55.  
  56.  AmigaGuide Documentation!
  57.  
  58.  Added new 'adressingmodes'
  59.  
  60.  Added ABS, NEG, MAX, MIN, LIMIT
  61.  
  62.  Added support for external PROCs/subroutines
  63.  with no own stackcleanup!
  64.  
  65.  Added returnvalues after ENDPROC.
  66.  
  67.  Added RETURN instruction..
  68.  
  69.  SELECT now handles any type
  70.  
  71.  Complete rewrite of the COPY instruction (witch other instructions uses)
  72.  much smarter and efficient.
  73.  
  74.  DEFAULT in SELECT block no longer must be there.
  75.  
  76.  Added CONT, an alternativ to CASE.
  77.  
  78.  Added #nostartup keyword. 
  79.  
  80.  Added GETA4.
  81.  
  82.  Object .o creation is now possible!
  83.  
  84.  Optimisations and more ...
  85.  
  86.  
  87.  
  88.  
  89.